计算机与现代化 ›› 2010, Vol. 1 ›› Issue (3): 162-4.doi: 10.3969/j.issn.1006-2475.2010.03.046

• 数据库与数据挖掘 • 上一篇    下一篇

ADO.NET脱机数据的开放式并发控制研究

胡锃,李文杰   

  1. 武汉科技大学计算机科学与技术学院,湖北 武汉430065
  • 收稿日期:2009-12-15 修回日期:1900-01-01 出版日期:2010-03-20 发布日期:2010-03-20

Research on Optimistic Concurrency Control Based on ADO.NET Offline Data Processing

HU Zeng,LI Wen-jie   

  1. College of Computer Science & Technology, Wuhan University of Science & Technology, Wuhan 430065, China
  • Received:2009-12-15 Revised:1900-01-01 Online:2010-03-20 Published:2010-03-20

摘要:

在数据库系统中,数据访问技术已经从连接模型发展到断开连接模型。目前,断开连接模型在应用中非常广泛,可以应用在分布式系统的开发、网络服务的应用、Web应用等。ADO.NET在断开连接模型下,可以支持脱机访问数据和数据处理,但也需要对脱机处理数据更新进行更加严密的控制。本文首先介绍ADO.NET脱机数据原理,接着探讨现有的三种开放式并发更新策略,并对此进行改进,提出新的更新并发策略。

关键词: 数据库组件, 脱机访问, ADO.NET, 并发更新

Abstract:

In database system, the data access technology is developed from connecting model to disconnected model. At present, the disconnected model wins a wide range of applications, such as the development of distributed systems, network services applications, Web applications and so on. In ADO.NET disconnected model, it supports offline access to data and data processing, but it also needs to make more closely control to the offline processing of data updating. This paper first introduces the principle of ADO.NET data offline, as well as three of the existing open concurrent update strategy, and puts forward the new strategy for concurrent updates on this basis.

Key words: database components, offline access, ADO.NET, concurrent update